"le soleil" color gradient
sun
sunrise
sunset
warm colors
golden hour
light
vibrant
125
le soleil color gradient css code
.le soleil {
background: linear-gradient(135deg, rgba(255,215,0,0.8) 0%, rgba(255,165,0,0.7) 20%, rgba(255,105,0,0.6) 40%, rgba(255,50,0,0.5) 60%, rgba(255,0,0,0.4) 80%, rgba(200,0,0,0.3) 100%);
}